home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_925 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  160b  |  9 lines

  1. on(release){
  2.    set("/Variables:Attachement",_name.substr(4,1));
  3.    tellTarget("../../../")
  4.    {
  5.       gotoAndStop("Attachement");
  6.       play();
  7.    }
  8. }
  9.